#!/bin/bash
# käsky-kerrallaan askellus
set -x; trap "echo hit return;read x" DEBUG

<tutkittavan skriptin osa>
 

set +x; trap "" DEBUG
